{% extends 'core/base.html' %} {% block title %}Reset Password - {% endblock %} {% load crispy_forms_tags %} {% block header %} {% endblock %} {% block content %}
{% csrf_token %} {% if request.GET.next %} {% endif %}

Login Form

{% if form.non_field_errors %}
{% for error in form.non_field_errors %} {{ error }} {% endfor %}
{% endif %} {% if user.is_authenticated %}
{% else %}
{% endif %}
Cancel
{% if user.is_authenticated is False %} Already know your login details? {% endif %}
{% endblock %} {% block postfooter %} {% endblock %}